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