selectedScenario static method

Future selectedScenario()

Implementation

static Future<dynamic> selectedScenario() async {
  return await _channel.invokeMethod("selectedScenario", []);
}