Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukesh Joshi committed Jul 15, 2021
1 parent 8086eb2 commit d2e1064
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/payumoney_pro_unofficial.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// Flutter plugin to implement PayUMoney CheckoutPro SDK in Android & iOS App
// Developed by Mukesh Joshi
// https://iammukesh.com

import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

// class to Implement PayUMoney CheckoutPro SDK in Android & iOS App
class PayumoneyProUnofficial {
// method channel allow us to run platform specific code.
static const MethodChannel _channel =
Expand Down

0 comments on commit d2e1064

Please sign in to comment.