instance property

FlutterPaypalNative get instance

get instance of FlutterPaypal

Implementation

static FlutterPaypalNative get instance {
  //check if null and set
  _instance ??= FlutterPaypalNative();
  return _instance!;
}