@override Future<Map?> init() async { final map = await methodChannel.invokeMethod<Map>('init'); return map; }