createInterstitialSize method

Map createInterstitialSize(
  1. double width,
  2. double height
)

Implementation

Map createInterstitialSize(
  double width,
  double height,
) {
  return {
    'width': width,
    'height': height,
  };
}