allowedApplications property Null safety

Future<List<String>?> allowedApplications

Implementation

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