addCustomParams method

void addCustomParams(
  1. Map<String, dynamic> params
)

Implementation

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