@override Future<bool> start() async { try { await methodChannel.invokeMethod<bool>('start'); return true; } catch (e) { return false; } }