@override Future<bool> owner() async { return await methodChannel.invokeMethod<bool>('owner') ?? false; }