@override Future<Map<String, String>?> startReading() async { return await methodChannel.invokeMapMethod<String, String>('startReading'); }