stop abstract method

Future<void> stop({
  1. Map<String, dynamic>? extra,
})

Stop the base.

await myBase.stop();

For more information, see Base component.

Implementation

Future<void> stop({Map<String, dynamic>? extra});