stopHooks method

Future<void> stopHooks()

Implementation

Future<void> stopHooks() {
  return platform.stopHooks();
}