checkPhonePermissions method

Future<bool> checkPhonePermissions()

Check if the package has the CALL_PHONE and READ_PHONE_STATE permissions.

Implementation

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