openWithStore static method

Future<void> openWithStore(
  1. String appId
)

Implementation

static Future<void> openWithStore(String appId) async {
  await _channel.invokeMethod('openWithStore', {"app_id": appId});
}