getSelfHandledInApp method

void getSelfHandledInApp(
  1. String appId
)

Implementation

void getSelfHandledInApp(String appId) {
  _channel.invokeMethod(
      methodSelfHandledInApp, json.encode(getAccountMeta(appId)));
}