sendStaticCallSync abstract method
Send static call request
Implementation
Future<ReturnParams> sendStaticCallSync(
String serviceName,
String methodName,
List<dynamic> args,
);
Send static call request
Future<ReturnParams> sendStaticCallSync(
String serviceName,
String methodName,
List<dynamic> args,
);