getPermissionsStatus method
The function getPermissionsStatus() is not implemented and throws an UnimplementedError.
Implementation
Future<String?> getPermissionsStatus() {
throw UnimplementedError(
'getPermissionsStatus() has not been implemented.');
}