flutter_applepay_sdk

A new Flutter plugin project.

Getting Started

install the package

import the package 
import 'package:flutter_applepay_sdk/flutter_applepay_sdk.dart';

flutter_applepay_sdk

Future

final networkDetails = {
  'url': 'your request url',
  'method': '',
  'header': [
    "Content-Type: application/json",
    "Authorization:"
  ],
  'body': jsonEncode({
    'data': "ecrypted data",
    'holderName': " name of the card",
    'phoneNumber': "phone number "
  }),
};