@override Future<void> signOut() async { try { return await methodChannel.invokeMethod('signOut'); } catch (e) { throw PassageError.fromObject(object: e); } }