The currently identified user ID, or null if identify() hasn't been called.
identify()
@override Future<String?> getCurrentUserId() async { return await methodChannel.invokeMethod<String>('getCurrentUserId'); }