@override Future<String> analyze() { return methodChannel .invokeMethod<String>("analyze") .then<String>((String? value) => value ?? ""); }