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