RequestPlatformParams constructor

RequestPlatformParams({
  1. required String methodName,
  2. required String methodParamsJson,
})

Implementation

RequestPlatformParams({required this.methodName, required this.methodParamsJson});