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