initialize method

Future<void> initialize(
  1. MCPConfig config
)

Initialize the platform implementation with config

Implementation

Future<void> initialize(MCPConfig config) {
  throw UnimplementedError('initialize() has not been implemented.');
}