getScreenView method

Implementation

Future<SyneriseResult<ScreenViewResponse>> getScreenView() async {
  return await SyneriseInvocation(methodChannel)
      .invokeSDKApiMethod<ScreenViewResponse>("Content/getScreenView",
          isMappable: true);
}