static Future<String?> readData(int ptr, int len) async { return _channel .invokeMethod('readData', <String, dynamic>{'ptr': ptr, 'len': len}); }