showPlacement method

Future<void> showPlacement()

Implementation

Future<void> showPlacement() async {
await TapJoyPlugin.shared._channel.invokeMethod('showPlacement', {
'placementName': name,
});
}