MethodChannelMocks constructor

MethodChannelMocks({
  1. required List<BaseMethodChannelMock> channelMocks,
})

Implementation

MethodChannelMocks({required this.channelMocks});