@override Future<String?> screenChanged(String newScreen) { return _channel .invokeMethod(Constants.caseTagScreenName, {Constants.key: newScreen}); }