pauseInstance method

Future pauseInstance(
  1. int id
)

Implementation

Future<dynamic> pauseInstance(int id) async {
  var action = "pauseInstance";
  await callJsFunction(id, action);
}