audio_recorder_mc
audio_recorder_mc
PermissionsService
hasContactsPermission method
hasContactsPermission
audio_recorder_mc
audio_recorder_mc
PermissionsService
hasContactsPermission method
PermissionsService class
Constructors
PermissionsService
Properties
hashCode
runtimeType
Methods
hasContactsPermission
hasPermission
requestMicrophonePermission
noSuchMethod
toString
Operators
operator ==
hasContactsPermission
method
Future
<
bool
>
hasContactsPermission
(
)
Implementation
Future<bool> hasContactsPermission() async { return hasPermission(PermissionGroup.microphone); }