Stop speed-alert monitoring.
Future<bool> stopAlert() async { try { final result = await _method.invokeMethod<bool>('turnOffAlert'); return result ?? false; } on PlatformException { rethrow; } }