requestPhonePermissions method

Future<bool> requestPhonePermissions()

Requests the necessary permissions natively, without third-party dependencies.

Implementation

Future<bool> requestPhonePermissions() async {
  throw UnimplementedError(
    'requestPhonePermissions() has not been implemented.',
  );
}