getCurrentUser method
FlutterInsiderUser?
getCurrentUser()
Returns the FlutterInsiderUser builder for the current user, or
null if init has not yet completed.
Implementation
FlutterInsiderUser? getCurrentUser() {
return _insiderUser;
}