@override Future<bool> initialize() async { final ok = await methodChannel.invokeMethod<bool>('initialize'); return ok ?? false; }