@override static Future<String?> getContactDataArmour() async { var data = await methodChannel.invokeMethod('getContactDataArmour'); return data; }