PermissionsHandler class

Inheritance
Implementers

Constructors

PermissionsHandler(String methodChannelName, {dynamic hasPermissionsCallback(bool)?})

Properties

allPermissionsGranted bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
getter/setter pairinherited
platform FlutterAudioRecorder4Platform
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String>
inherited
handleHasPermissions(bool hasPermissions) → void
hasPermissions() Future<bool>
Returns the result of record permission if not determined(app first launch), this will ask user to whether grant the permission
methodHandler(MethodCall call) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokePermissions() Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited