close static method

Future<void> close()

Android only. Call close when you are done with this instance of Purchases to disconnect from the billing services and clean up resources

Implementation

static Future<void> close() => _channel.invokeMethod('close');