Closed yasinarik closed 2 years ago
With this PR, I simply changed this file: test/getstorage_test.dart
test/getstorage_test.dart
There was a method used for injecting a mock channel: channel.setMockMethodCallHandler
channel.setMockMethodCallHandler
It is deprecated so I have made the appropriate changes using up to date method (Flutter version: 2.5.1): TestDefaultBinaryMessengerBinding
TestDefaultBinaryMessengerBinding
The error message before this fix: package:flutter_test/src/deprecated.dart 95:47 TestMethodChannelExtension.setMockMethodCallHandler
package:flutter_test/src/deprecated.dart 95:47 TestMethodChannelExtension.setMockMethodCallHandler
Thanks for your contribution! LGTM
With this PR, I simply changed this file:
test/getstorage_test.dart
There was a method used for injecting a mock channel:
channel.setMockMethodCallHandler
It is deprecated so I have made the appropriate changes using up to date method (Flutter version: 2.5.1):
TestDefaultBinaryMessengerBinding
The error message before this fix:
package:flutter_test/src/deprecated.dart 95:47 TestMethodChannelExtension.setMockMethodCallHandler