init method
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.');
}