Files
ch934x_serial/lib/ch934x_serial.dart
T
2026-07-06 15:20:14 +08:00

9 lines
181 B
Dart

import 'ch934x_serial_platform_interface.dart';
class Ch934xSerial {
Future<String?> getPlatformVersion() {
return Ch934xSerialPlatform.instance.getPlatformVersion();
}
}