execute abstract method

Future<String> execute({
  1. required String functionId,
  2. String? params,
  3. bool isAsync = true,
})

Implementation

Future<String> execute({required String functionId, String? params, bool isAsync = true});