@override Future<void> setContactKey(String contactKey) async { await methodChannel .invokeMethod('setContactKey', {'contactKey': contactKey}); }