Log out the current user.
@override Future<void> logoutUser() async { await methodChannel.invokeMethod<void>('logoutUser'); }