static Future<String?> readCardNumber() async { String? result = await methodChannel.invokeMethod<String>('readCardNumber'); return result; }