init method

  1. @override
Future<bool> init()

Initializes the backend (Isolate, Worker, etc.).

Returns true on success. Implementations should be idempotent.

Implementation

@override
Future<bool> init() async => true;