requestPermissions method
Requests all necessary hardware permissions at once.
Native Android/iOS code shows system prompts for Camera, Microphone,
foreground Location, and Bluetooth where the OS supports runtime prompts.
Returns true when the critical runtime permissions are granted.
Implementation
Future<bool> requestPermissions() async {
return NexoraSdkPlatform.instance.requestPermissions();
}