initialize method

  1. @override
Future<void> initialize()
override

Implementation

@override
Future<void> initialize() async {
  // WASM not supported on this platform
  throw const FittorWasmException('WASM not supported on this platform');
}