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