Logs out the user on the native platform.
@override Future<bool?> logOut() async { return await methodChannel.invokeMethod<bool>('logOut'); }