To Get Contact Key
@override Future<String?> getContactKey() async { final String? result = await methodChannel.invokeMethod('getContactKey'); return result; }