setThirdToken method
Implementation
void setThirdToken({String token = ''}) {
if (Platform.isIOS) {
return;
}
print(flutter_log + "setThirdToken:");
_channel.invokeMethod('setThirdToken', {'third_token': token});
}
void setThirdToken({String token = ''}) {
if (Platform.isIOS) {
return;
}
print(flutter_log + "setThirdToken:");
_channel.invokeMethod('setThirdToken', {'third_token': token});
}