Skip to content

Commit

Permalink
Hide constructor. chargebee#38
Browse files Browse the repository at this point in the history
  • Loading branch information
ciriousjoker committed Jan 22, 2023
1 parent 7ee0f27 commit d4923a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/chargebee.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import 'package:flutter/services.dart';
import 'dart:convert';

class Chargebee {
Chargebee._();

static const platform = MethodChannel(Constants.methodChannelName);
static bool get _isIOS => defaultTargetPlatform == TargetPlatform.iOS;

Expand Down

0 comments on commit d4923a2

Please sign in to comment.