autoInstance method
Implementation
@override
void autoInstance(String projectID, String appKey, String appSecret) {
methodChannel.invokeMethod('autoInstance', {'projectID': projectID, 'appKey' : appKey, 'appSecret' : appSecret});
}
@override
void autoInstance(String projectID, String appKey, String appSecret) {
methodChannel.invokeMethod('autoInstance', {'projectID': projectID, 'appKey' : appKey, 'appSecret' : appSecret});
}