UNPKG

@abbieben/flutterwave

Version:

This is an easy plugin of the Flutterwave SDK for Android and iOS

8 lines (7 loc) 244 B
import { FlutterwaveCommon, Response } from './flutterwave.common'; export declare class Flutterwave extends FlutterwaveCommon { private manager; constructor(UI?: boolean); get android(): any; pay(): Promise<Response>; }