Future<bool> isCameraPermission() async { return await _channel.invokeMethod<bool>('$_name/isCameraPermission') ?? false; }