init method

dynamic init(
  1. Map<String, dynamic> params
)

Initializes the payment sheet with the provided params.

Throws an UnimplementedError if the method is not implemented.

Implementation

init(Map<String, dynamic> params) {
  throw UnimplementedError('init() has not been implemented.');
}