9 lines
181 B
Dart
9 lines
181 B
Dart
|
|
import 'ch934x_serial_platform_interface.dart';
|
|
|
|
class Ch934xSerial {
|
|
Future<String?> getPlatformVersion() {
|
|
return Ch934xSerialPlatform.instance.getPlatformVersion();
|
|
}
|
|
}
|