FastAdmobNativeAdService constructor
FastAdmobNativeAdService()
Get the singleton instance of FastAdmobNativeAdService.
Implementation
factory FastAdmobNativeAdService() {
_singleton ??= FastAdmobNativeAdService._();
return _singleton!;
}