@override Future<void> unregister(String key) async { return handleWebMethodCall(MethodCall('unregister', {'key': key})); }