release_batch method

Future<void> release_batch()

Implementation

Future<void> release_batch() async {
  return kMethodChannel.invokeMethod(
    'PlatformService::release_batch',
    {'__this_batch__': map((e) => e.refId).toList()},
  );
}