isAdFree method

Future<bool> isAdFree()

Implementation

Future<bool> isAdFree() async {
  return await _platform.invokeMethod('isAdFree');
}