stopBind method
void
stopBind()
Implementation
void stopBind() {
final args = {
"class": "BindCore",
"method": "stopBind",
"args": [],
};
SDK.invoke(args);
}
void stopBind() {
final args = {
"class": "BindCore",
"method": "stopBind",
"args": [],
};
SDK.invoke(args);
}