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