allowedApplications property Null safety
Implementation
static Future<List<String>?> get allowedApplications async {
final List<String>? allowedApplications = await _channel.invokeMethod('allowedApplications');
return allowedApplications;
}
static Future<List<String>?> get allowedApplications async {
final List<String>? allowedApplications = await _channel.invokeMethod('allowedApplications');
return allowedApplications;
}