nuke method

Future<void> nuke()

Implementation

Future<void> nuke() async {
  await ActerSdk.nuke();
}