getIsRetargeting static method

Future<String> getIsRetargeting()

Implementation

static Future<String> getIsRetargeting() async {
  return await _channel.invokeMethod('getIsRetargeting');
}