platform call to check microphone permission
Future<bool> checkPermission() async { var hasPermission = await _methodChannel.invokeMethod(Constants.checkPermission); return hasPermission ?? false; }