checkPermissions method

Future<bool> checkPermissions()

Checks if the permissions for recording are enabled.

Implementation

Future<bool> checkPermissions() async {
  return await _augnitoMicStream.checkPermission();
}