getScreenView method
(DEPRECATED) Please use generateScreenView instead. This method generates the customer’s highest-priority screen view campaign.
Implementation
@Deprecated('Deprecated in version 0.6.0')
Future<ScreenViewResponse> getScreenView() async {
return _methods.getScreenView();
}