Opens the app's settings page (for permission changes).
@override Future<bool> openAppSettings() async { final result = await methodChannel.invokeMethod<bool>('openAppSettings'); return result ?? false; }