mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
style: use Object instead of dynamic
This commit is contained in:
parent
1972c6d1ab
commit
beed516c89
13 changed files with 84 additions and 56 deletions
|
@ -194,7 +194,7 @@ class Remote {
|
|||
/// specified url. By default connection isn't done through proxy.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
List<Map<String, dynamic>> ls({
|
||||
List<Map<String, Object?>> ls({
|
||||
String? proxy,
|
||||
Callbacks callbacks = const Callbacks(),
|
||||
}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue