BonsoirDiscoveryAction constructor

BonsoirDiscoveryAction({
  1. required String type,
  2. bool printLogs = kDebugMode,
})

Creates a new method channel action instance for the discovery action.

Implementation

BonsoirDiscoveryAction({
  required this.type,
  bool printLogs = kDebugMode,
}) : super(
        classType: 'discovery',
        printLogs: printLogs,
      );