uid2CallBack method
Implementation
uid2CallBack(MethodCall call) {
String method = call.method;
var arguments = call.arguments;
if (uid2Listener == null) {
print("not set initListener");
return;
}
ttdUID2Manager.callback(uid2Listener!, method, arguments);
}