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