@override void setCustomUserId(String customUserId) async { await methodChannel.invokeMethod<void>('setCustomUserId', { "customUserId": customUserId, }); }