Commit bd699b51 by Jan-Derk

Added tests

parent 84059290
...@@ -59,9 +59,11 @@ void main() { ...@@ -59,9 +59,11 @@ void main() {
} }
class MockPermissionHandlerPlatform extends Mock class MockPermissionHandlerPlatform extends Mock
with
// ignore: prefer_mixin // ignore: prefer_mixin
with MockPlatformInterfaceMixin MockPlatformInterfaceMixin
implements PermissionHandlerPlatform { implements
PermissionHandlerPlatform {
@override @override
Future<PermissionStatus> checkPermissionStatus(Permission permission) => Future<PermissionStatus> checkPermissionStatus(Permission permission) =>
Future.value(PermissionStatus.granted); Future.value(PermissionStatus.granted);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment