static Future<bool> info(String type, String format) async { var result = await NativeImpl.methodChannel .invokeMethod('${methodTag}info', {'type': type, 'format': format}); return result; }