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