Future<void> setCustomUserId(String userId) async { await methodChannel.invokeMethod("setCustomUserId", {"user_id": userId}); }