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