execute method

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

Implementation

@override
Future<String> execute({required String functionId, String? params, bool isAsync = false}) async {
  return Future.value('');
}