Future<void> updateUserProfile(Map<String, dynamic> map) async { await _channel.invokeMethod("updateUserProfile", map); }